enregistrement

enregistrement

Filtres actifs Tout effacer

Aucun filtre actif

Filtres

Parkings tarifs 2017

Pièces jointes

Cliquez pour déplier Cliquez pour replier

Modèle de données

Cliquez pour déplier Cliquez pour replier
Date de la donnée
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
date_de_la_donnee
Type
date
Exemple
                       
IDENT EQUIPEMENT PUBLIC
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
ident_equipement_public
Type
texte
Exemple
                       
Exploitant
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
exploitant
Type
texte
Exemple
                       
Commune
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
commune
Type
texte
Exemple
                       
IDENT PARKING
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
ident_parking
Type
texte
Exemple
                       
Nom du parking
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
nom_du_parking
Type
texte
Exemple
                       
Tarif pour titulaire abonnement TBC
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
tarif_pour_titulaire_abonnement_tbc
Type
texte
Exemple
                       
Tarif pour NON titulaire abonnement TBC
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
tarif_pour_non_titulaire_abonnement_tbc
Type
texte
Exemple
                       
Exemple tarif horaire < 1/4h
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
exemple_tarif_horaire_1_4h
Type
texte
Exemple
                       
Exemple tarif horaire < 1/2h
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
exemple_tarif_horaire_1_2h
Type
texte
Exemple
                       
Exemple tarif horaire <1h
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
exemple_tarif_horaire_1h
Type
texte
Exemple
                       
Exemple tarif horaire <4h
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
exemple_tarif_horaire_4h
Type
texte
Exemple
                       
Exemple tarif horaire <10h
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
exemple_tarif_horaire_10h
Type
texte
Exemple
                       
Exemple tarif horaire <24h
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
exemple_tarif_horaire_24h
Type
texte
Exemple
                       
Exemple forfait max nuit unique
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
exemple_forfait_max_nuit_unique
Type
texte
Exemple
                       
Exemple abonnement au mois résident
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
exemple_abonne_ment_au_mois_resident
Type
texte
Exemple
                       
Exemple abonnement 7/7 mois Non résident
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
exemple_abonne_ment_7_7_mois_non_resident
Type
texte
Exemple
                       
Exemple abonnement au mois moto
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
exemple_abonne_ment_au_mois_moto
Type
texte
Exemple
                       
Exemple abonnement au mois vélo
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
exemple_abonne_ment_au_mois_velo
Type
texte
Exemple
                       
Note : tarif voirie du secteur autour du park <1h
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
note_tarif_voirie_du_secteur_autour_du_park_1h
Type
décimal
Exemple
                       
Nom du parking
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
nom_du_parking0
Type
texte
Exemple
                       
Remarques
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
remarques
Type
texte
Exemple
                       
lien
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
lien
Type
texte
Exemple
                       

Schéma JSON

L'objet JSON ci dessous est une description standardisée du modèle de votre jeu de données. Pour en savoir plus sur JSON schema.

{
  • "title":"parkings_tarifs_2017",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/parkings_tarifs_2017"
      }
    ]
    ,
  • "definitions":
    {
    • "parkings_tarifs_2017":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/parkings_tarifs_2017_records"
            }
          }
        }
      }
      ,
    • "parkings_tarifs_2017_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "date_de_la_donnee":
              {
              • "type":"string",
              • "format":"date",
              • "title":"Date de la donnée",
              • "description":""
              }
              ,
            • "ident_equipement_public":
              {
              • "type":"string",
              • "title":"IDENT EQUIPEMENT PUBLIC",
              • "description":""
              }
              ,
            • "exploitant":
              {
              • "type":"string",
              • "title":"Exploitant",
              • "description":""
              }
              ,
            • "commune":
              {
              • "type":"string",
              • "title":"Commune",
              • "description":""
              }
              ,
            • "ident_parking":
              {
              • "type":"string",
              • "title":"IDENT PARKING",
              • "description":""
              }
              ,
            • "nom_du_parking":
              {
              • "type":"string",
              • "title":"Nom du parking",
              • "description":""
              }
              ,
            • "tarif_pour_titulaire_abonnement_tbc":
              {
              • "type":"string",
              • "title":"Tarif pour titulaire abonnement TBC",
              • "description":""
              }
              ,
            • "tarif_pour_non_titulaire_abonnement_tbc":
              {
              • "type":"string",
              • "title":"Tarif pour NON titulaire abonnement TBC",
              • "description":""
              }
              ,
            • "exemple_tarif_horaire_1_4h":
              {
              • "type":"string",
              • "title":"Exemple tarif horaire < 1/4h",
              • "description":""
              }
              ,
            • "exemple_tarif_horaire_1_2h":
              {
              • "type":"string",
              • "title":"Exemple tarif horaire < 1/2h",
              • "description":""
              }
              ,
            • "exemple_tarif_horaire_1h":
              {
              • "type":"string",
              • "title":"Exemple tarif horaire <1h",
              • "description":""
              }
              ,
            • "exemple_tarif_horaire_4h":
              {
              • "type":"string",
              • "title":"Exemple tarif horaire <4h",
              • "description":""
              }
              ,
            • "exemple_tarif_horaire_10h":
              {
              • "type":"string",
              • "title":"Exemple tarif horaire <10h",
              • "description":""
              }
              ,
            • "exemple_tarif_horaire_24h":
              {
              • "type":"string",
              • "title":"Exemple tarif horaire <24h",
              • "description":""
              }
              ,
            • "exemple_forfait_max_nuit_unique":
              {
              • "type":"string",
              • "title":"Exemple forfait max nuit unique",
              • "description":""
              }
              ,
            • "exemple_abonne_ment_au_mois_resident":
              {
              • "type":"string",
              • "title":"Exemple abonnement au mois résident",
              • "description":""
              }
              ,
            • "exemple_abonne_ment_7_7_mois_non_resident":
              {
              • "type":"string",
              • "title":"Exemple abonnement 7/7 mois Non résident",
              • "description":""
              }
              ,
            • "exemple_abonne_ment_au_mois_moto":
              {
              • "type":"string",
              • "title":"Exemple abonnement au mois moto",
              • "description":""
              }
              ,
            • "exemple_abonne_ment_au_mois_velo":
              {
              • "type":"string",
              • "title":"Exemple abonnement au mois vélo",
              • "description":""
              }
              ,
            • "note_tarif_voirie_du_secteur_autour_du_park_1h":
              {
              • "type":"number",
              • "title":"Note : tarif voirie du secteur autour du park <1h",
              • "description":""
              }
              ,
            • "nom_du_parking0":
              {
              • "type":"string",
              • "title":"Nom du parking",
              • "description":""
              }
              ,
            • "remarques":
              {
              • "type":"string",
              • "title":"Remarques",
              • "description":""
              }
              ,
            • "lien":
              {
              • "type":"string",
              • "title":"lien",
              • "description":""
              }
            }
          }
        }
      }
    }
}

Jeux de données similaires